home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / throwv2.zip / THROW.DOC < prev    next >
Text File  |  1992-04-05  |  6KB  |  133 lines

  1.  
  2.    April 5, 1992
  3.    ---------------
  4.                                 Throw Out  - v 2.0
  5.                       (C) Copyright 1992 by Robert Poirier
  6.                         Support BBS: The Parrot's Den BBS
  7.                                  (508) 765-9387
  8.  
  9.           A Solitaire Card Game for PcBoard , GAP and other systems.
  10.          ------------------------------------------------------------
  11.  
  12.    Welcome to Throw Out door. The game is fairly simple to play with 
  13.    all instructions in the door itself. The game is quite simple in
  14.    playing. The play field is four cards. If the first and fouth card
  15.    are the same suit, both cards in between are thrown out. If the
  16.    first and fourth card are the same number, all four cards are thrown
  17.     out.  If neither of the above is true, the first card is move to 
  18.    the temp pile and a fourth card is put up. This goes on until all 
  19.     cards in the deck are used. Removing all cards from the board and
  20.    the temp area earns a bonus of 100 points.
  21.    Scores are kept in a scores file in the registered version and the 
  22.    scores are rolled over the first of every month. Scores are kept
  23.    throughtout the month on an accumulated basis (daily totals added
  24.    all month long). Last month high scorer kept in score file.
  25.    Added to version two is the ability to play days missed.
  26.  
  27.    This door is written for BBSes that use 31-line DOOR.sys, PcBoard 11.8, 
  28.    PcBoard 14.+, Wildcat, RBBS/QBBS dorinfo1.def.
  29.  
  30.                                DISCLAIMER !!
  31.           This program and other files associated with it are not
  32.           guaranteed in any way. It is being provided "as is" without
  33.           any warrantee of any kind. We are not responsible for
  34.           any damage of any kind, including profit loses and data 
  35.           loss, that relates directly or indirectly to these programs
  36.           or files included with it.  You may distribute this program
  37.           as long as it is in unmodified form with all the original
  38.           files included and unmodified in any way.
  39.  
  40.                               Sample cfg file
  41.   
  42.   1   c:\pcb\pcboard.sys       <-- path and running system
  43.   2   The Parrot's Den BBS     <-- boards name
  44.   3   Bob                      <-- sysop first name
  45.   4   Poirier                  <-- sysop last name
  46.   5   0000000                  <-- Registration number
  47.   6   3                      * <-- Number of Games Users can play(1 to 7)
  48.   7   c:\pcb\gen\blt16       * <-- location of top 15 ascii bulletin     
  49.   8   c:\pcb\gen\blt16g      * <-- location of top 15 ANSI bulletin                      
  50.                                        (using @Xxx codes only)           
  51.                              * works in registered version only          
  52.            
  53.         (NOTE : if no bulletin desired type NONE for path in lines 7 & 8 )   
  54.                                                                          
  55.                         
  56.       Set up is simple enough. Unzip the files into their own directory
  57.      and make the THROW.CFG file above. Make a batch file to run the door
  58.      as per the enclosed THROW.BAT file. Make sure you have a copy of the
  59.      patched BRUN45.EXE in your path. If you use a converter program
  60.      include it in the batch file calling the door.
  61.                The command line is :  THROW THROW.CFG
  62.      If you wish to run in local mode use the command line:
  63.                        THROW THROW.CFG LOCAL
  64.    
  65.     
  66.     THROW OUT !  Files Included:
  67.     --------------------------
  68.     THROW.EXE    <---------------- Main program
  69.     THROW.DOC    <---------------- What You are reading now
  70.     THROW.CFG    <---------------- Sample Configuration File
  71.     REGISTER.DOC <---------------- Registration information
  72.     THROWS.BAT   <---------------- Sample batch file
  73.     
  74.     THROW.DAT    <---------------- Created at run time by the door
  75.                                    for holding scores.
  76.  
  77.  
  78.      NOTICE :  IF UPGRADING FROM VERSION 1.0 DELETE THE THROW.DAT
  79.                FILE FROM YOUR DIRECTORY, BECAUSE IT IS NOT 
  80.                COMPATABLE WITH VERSION 2.0 SCORING FORMAT.
  81.    
  82.    All of these files should be in this ZIP, if they are not, don't
  83.    take a chance! Call The Parrot's Den and get a good copy or view the 
  84.    file on a few local boards to see if you can find a complete copy.
  85.      
  86.    BRUN45.EXE (patched for DTR) is needed somewhere in your path
  87.    for this program to run. If you don't have a copy, call my board
  88.    and download one.
  89.    
  90.  
  91.    You will also need to modify your doors menu files and the data
  92.    level needed to access them. For GAP, these are respectively:
  93.    
  94.        DOORM
  95.        DOORMG
  96.        DOORS.DAT
  97.  
  98.    Please refer to your BBS documentation for details on 
  99.    setting up these files.
  100.  
  101.         THROW OUT will update the scores on the first of the month.
  102.    It will keep track of the last months High Scorer, and reset the
  103.    score file when the first user of the new month enters the door.
  104.    
  105.    Please read REGISTER.DOC for information on how you can register
  106.    your copy of THROW OUT.. The bulletin generator and the option to
  107.    view scores while playing are only available in the registered
  108.    version of THROW OUT !
  109.  
  110.  
  111.    Have Fun!
  112.    Bob Poirier
  113.    The  Parrot's Den BBS
  114.    508-765-9387
  115.  
  116.    History:
  117.    04/05/92
  118.            Added in routine to display days played and routines
  119.            for making up days missed. Can play up to 3 missed days.
  120.    04/02/92        
  121.            Fixed error in cards displaying incorrectly
  122.            Minor display routines fixed.
  123.    03/21/92
  124.            Worked on layout and displaying cards.
  125.            Did opening Screen work and basic layout for cards.
  126.            Wrote routines for card verification.     
  127.            Added card check to shuffling routines
  128.            Began work on all scoring routines
  129.            Original concept for game developed today.
  130.            Initial Beta Program written.
  131.  
  132.  
  133.